home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr48 / 386p_200.zip / 386MNU.INC < prev    next >
Text File  |  1994-09-22  |  428b  |  23 lines

  1. ; DEFINITIONS FOR MENU STRUCTURES
  2.  
  3. ; currently defined menu entry types
  4. M_HEADER   =0
  5. M_BAR      =1
  6. M_INT      =2
  7. M_UNSIGNED =3
  8. M_PICK     =4
  9. M_STRING   =5
  10. M_MENU     =6
  11. M_CALL     =7
  12. M_TOGGLE   =8
  13. M_KEY      =9
  14. M_EXIT     =10
  15. M_END      =11
  16.  
  17. ; this value means "exit key" does not pop out the current menu
  18. M_NOESC   =1
  19.  
  20. ; this value means "avoid this menu" when getting back from the submenu
  21. M_BYPASS =1
  22.  
  23.